html {
    background-color: transparent;
}

body {
    font-family: PingFang SC, -apple-system, BlinkMacSystemFont, Segoe UI, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
}




.navmenu {
    height: 70px;
    min-width: 600px;
    display: flex;
    align-items: start;
    justify-content: space-evenly;
    transition: all .3s;
}

.navmenu:after {
    content: "";
    display: block;
    clear: both;
}

.navmenu > li {
    text-align: center;
    padding: 0 25px;
}

.navmenu > li.nav-li {
    position: relative;
}

.navmenu > li > a {
    display: block;

}

.navmenu > li .tit {
    width: 100%;
    line-height: 70px;
    font-size: 0.8rem;
}





.navmenu > li > ul {
    width: max-content;
    min-width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    line-height: 40px;
    opacity: 0;

    padding: 20px 10%;
    background-color: #f5f5f5;
    transform: scale(1, 0);
    transition: all .5s;
}

.navmenu > li.nav-li > ul {
    padding: 20px 0;
}

.navmenu > li > ul > li {
    transition: all .5s;
}

.navmenu > li.proli ul {
    padding: 2rem 8%;
}

.navmenu > li.proli:hover ul {
    border-top: 1px solid #ddd;
}

.navmenu > li.proli > ul li {
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 10px 0;
}

.navmenu > li.nav-li > ul > li {
    border-radius: 0;
    text-align: center;

}

.navmenu > li > ul li:hover {
    border-color: #b62124;
    box-shadow: 0 0 10px #999;
}

.navmenu > li.nav-li > ul li:hover {
    box-shadow: none;
    background-color: #ccc;
}

.navmenu > li:hover > ul {
    margin-top: 1%;
    transform: scale(1);
    opacity: 1;

}

.navmenu > li:hover .tit > a {
    color: #017a5e !important;
}


.navmenu > li a {
    display: block;
    width: 100%;
    color: inherit;
}

.navmenu > li .tit > a {
    position: relative;
    font-size: 16px;
    display: block;
}

.navmenu > li .tit > a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    margin: 0 auto;
    background-color: #017a5e;
    transition: all .3s;
}

.navmenu > li:hover .tit > a:before {
    width: 100%;
}

.navmenu > li a span {
    vertical-align: middle;
}

 ul.son1 li a {
    font-size: 14px;
    padding: 0 15px;
    line-height: 38px;
    position: relative;
}
 ul.son2 li a,ul.son3 li a {
    font-size: 14px;
    padding: 0;
    text-align: center;
    line-height: 38px;
    position: relative;
}
.navmenu > li > ul li a p {
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 0.7vw;
    background-color: rgba(215, 12, 25, .8);
    color: #fff;
    left: 0;
    bottom: 0;
}

.header-left .navmenu > li > ul li a {
    text-align: center;
}


.navmenu > li:hover > ul.son1 li:hover > a {
    background-color:#017a5e;
    color: #fff;
}

.right-bar {
    font-size: 0.8rem;
    display: flex;
}

.right-bar a {
    display: flex;
    align-items: center;
    margin-left: 0.8rem;

    position: relative;
}

.right-bar #tel span {
    font-size: 1rem;
    color: #b62124;
    font-weight: bold;
}

.right-bar span {
    margin-right: 3px;
}

.right-bar span.iconfont {
    font-size: 28px;
}

#header-search-bar, #header-qrcode {
    display: none;
}

#header-qrcode img {
    width: 120px;
}

#header-search-bar form {
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header-search-bar form input {
    width: 75%;
    border-radius: 5px 0 0 5px;
}

#header-search-bar form button {
    width: 25%;
    border-radius: 0 5px 5px 0;
}

header .wechat {
    height: 80px;
    line-height: 80px;
    padding: 0 30px;
    background-color: #eee;
    text-align: center;
    color: #b62124;
    position: relative;
}

header .wechat .ax-iconfont {
    font-size: 24px;
    transition: all .3s;
}

header .wechat .wx-img {
    width: max-content;
    background-color: #fff;
    padding: 0;
    transform: scale(1, 0);
    transition: .5s;
    position: absolute;
    right: 0;
    top: 80px;
}

.wx {
    width: 120px;
    border-radius: 10px;
}

footer .wx {
    margin-left: 5px;
}

header .wechat:hover .wx-img {
    transform: scale(1);
}

.header-left {
    height: 80px;
    display: flex;
    align-items: center;
}

.header-right {
    height: 80px;
    display: flex;
    align-items: center;
}

.ax-menu li:hover > a .ax-name, .ax-menu li:hover > a .ax-legend, .ax-menu li:hover > a .ax-arrow {
    color: #b62124;
}

.ax-menu > li:before {
    display: none;
}


@media (min-width: 2400px) {
    #honor h1:after {
        margin-left: 8vw;
    }

    header .width, #product-head .width {
        width: 1920px;
    }

    #product-show .width {
        width: 100%;
    }

    .side-menu .ax-title h1 {
        font-size: 1vw;
    }

    .navmenu > li.proli > ul div, .path {
        max-width: 1920px;
        width: 100%;
        margin: 0 auto;
    }

    #index-2 .info-left .bg-block {
        width: 5vw;
        height: 5vw;
    }

    .ind_rec_btn {
        width: 1.8vw;
        height: 1.8vw;
    }

    #index-2 .flex li h2 {
        font-size: 3vw;
    }

    h1, #index-2 .bg-info h1, #index-3 h1,#index-2 .bg-info .flex-title h1 {
        font-size: 2vw;
    }

    h2, #index-4 .ax-tab-nav li, #news .ax-tab-nav li {
        font-size: 1vw;
    }

    #index-2 .bg-info h1 {
        padding-left: 14vw;
    }

    #index-3 h1:after {
        width: 8vw;
        margin-left: 9vw;
    }

    #index-3 .case-list .case-pic .mask a h3 {
        font-size: 1.2vw;
    }
}

@media (min-width: 1921px) {
    .navmenu > li .tit > a{
        font-size: 16px;
        
    }
    .header .nav a{padding: 0 13px;}
    .navmenu{
        width: 960px;
    }
    .width,#index-3 {
        max-width: 1920px;
    }
    #index-3 h1,#index-3 .page-content{
        left: 0;
    }
    #index-2 .bg-info h1:before{
        top:1.1vw;
    }
    #index-2 .bg-info .flex-title h1{
        padding-left: 13vw;
    }

}


@media (max-width: 1710px) {
    .logo {
        flex: inherit;
        min-width: inherit;
        padding: 0;
    }
}

@media only screen and (max-width: 1660px) {
    .side-menu .ax-title .title-bg {
        width: 120px;
    }

    .side-menu .ax-title .title-bg {
        top: -10px;
    }
    .logo-text {
        display: none;
    }

    .navmenu > li {
        padding: 0 10px;
    }

    .ax-menu .ax-name {
        font-size: 14px;
    }

    .ax-menu > li > ul > li > a {
        font-size: 12px;
    }

    .ax-menu li a {
        height: 33px;
        line-height: 33px;
    }
}

@media only screen and (max-width: 1600px) {
    .width {
        width: 90%;
        min-width: auto;
    }

    .navmenu > li.proli > ul {
        padding: 2rem 5%;
    }

    .navmenu > li .tit > a {
        font-size: 1.1vw;
    }
    #index-3 h1,#index-3 .page-content{
        left: 5%;
    }

}

@media only screen and (max-width: 1440px) {
    #page #qyhj li{width: 31%;}
    #honor #rongyu li{width:32%;} 
     #honor #renzheng li{width:22%;}
      #honor #know li{width:32%;}
    .path-left a{
        min-width: auto;
        padding: 0 10px;
    }

    .navmenu > li .tit > a {
        font-size: 1.1vw;
    }

    .navmenu > li .tit > a, .right-bar a {
        font-size: 1.2vw;
    }

    .navmenu > li > ul li a p {
        font-size: 1vw;
    }

    .ax-accordion li.ax-item {
        line-height: 45px;
    }

    .ax-accordion li.ax-item .ax-panel-header .ax-operate {
        height: 45px;
        line-height: 45px;
    }

    #history-content .swiper-slide p {
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .navmenu > li > ul {
        padding: 20px 5%;
    }

    #pc-banner .swiper-slide h1 {
        font-size: 2rem;
    }

    #pc-banner .swiper-slide p {
        font-size: 0.96rem;
    }

    .banner-bar, .banner .pa-mask {
        width: 90%;
        left: 5%;
    }

    .banner-bar {
        bottom: 30px;
    }

    .banner-ad ul li a {
        font-size: 0.75rem;
    }

    .banner-ad ul li a img {
        margin-right: 4px;
    }

    .navmenu > li .tit {
        font-size: 0.8rem;
    }

    .banner .swiper-button-next, .banner .swiper-button-prev {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .banner .pa-mask h1 {
        font-size: 4rem;
    }
}

@media only screen and (max-width: 1280px) {

    #index-2 .bg .mask h1 {
        font-size: 2rem;
    }

    #index-2 .bg .mask p {
        font-size: 12px;
    }

    .main-title {
        width: 160px;
    }

    .main-title span {
        font-size: 160px;
    }

    .navmenu > li .tit {
        font-size: 0.75rem;
    }

    #index-2 .flex li span {
        font-size: 45px;
    }

    .side-menu .contact-info {
        padding: 15px;
    }

    .ax-accordion li.ax-item .ax-panel-header {
        padding: 0 15px;
    }

    #index-2 .content p {
        font-size: 1.2vw;
    }

    #index-2 li p {
        line-height: 1.5;
    }

    #index-2 {
        padding: 3rem 0;
    }

    .main-title {
        margin-bottom: 1.2rem;
    }

    .navmenu > li > ul {
        line-height: 30px;
    }

    #index-1 {
        padding: 5% 0;
    }
}

@media only screen and (max-width: 1200px) {
    .navmenu > li .tit {
        font-size: 0.75rem;
    }

    .nav .ax-name, .navmenu > li > ul li a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1024px) {
    #page #qyhj li{width:48%;}
     #honor #rongyu li{width:48%;}
     #honor #renzheng li{width:31%;}
       #honor #know li{width:47%;}
    #pc-banner .index-video{
        display: none;
    }
   
    #article .width > .ax-row{
        display: block;
    }
    #article .ax-col-17,#article .ax-col-6,#article .ax-col-1{
        width: 100%;
    }
    #article .ax-col-1{
        height: 30px;
    }
    .width{
        width: 94%;
    }
    section{
        padding: 3rem 0;
    }
    .logo,.navmenu{
        height: 80px;
    }
    .navmenu > li .tit{
        line-height: 80px;
    }
    .logo h1 img,._mini .logo h1 img{
        height: 40px;
    }
    .right-bar #tel span{
        font-size: 18px;
    }
    .right-bar a{
        margin-left: 10px;
    }
    .right-bar a:first-child{
        margin: 0;
    }
    .navmenu > li .tit > a, .right-bar a{
        font-size: 15px;
    }
    #index-1 .swiper-slide .content{

        top: 84%;
        font-size: 15px;
    }
    .b-title p{
        font-size: 14px;
    }
    #index-1 .swiper-container{
        padding-bottom: 15px;
    }
    #index-1 .swiper-slide .content h1{
        font-size: 1.8vw;
        line-height: normal;
        margin-bottom: 10px;
    }
    #index-1:after{
        height: 300px;
    }
    #index-1:after{
        width: 97%;
    }
    #index-1 .swiper-button-next, #index-1 .swiper-button-prev{
        bottom: 0;
    }
    #index-2 .info-right p,#index-4 .contact-info p{
        font-size: 14px;
    }
    #index-2{
        padding: 1rem 0;
    }
    #index-2 .content{
        padding: 5vh 0;
    }
    h2,#index-4 .ax-tab-nav li, #news .ax-tab-nav li{
        font-size: 1.8vw;
    }
    #index-2 .bg-info:after{
        font-size: 120px;
    }
    #index-2 .bg-info h1{
        margin: 3rem 0;
    }
    #index-2 .flex{
        padding-top: 0;
    }
    #index-3 h1,#index-3 .page-content{
        left: 3%;
    }
    #index-3 h1:after{
        width: 13vw;
    }
    #index-3 .page-content .swiper-button-next{
        margin-left: 30px;
    }
    .pro-list li{
        width: 31%;
    }
    .pro-list li .ax-title a{
        font-size: 14px!important;
    }
    .pro-info h1{
        font-size: 24px;
    }
    .pro-list li .ax-card-block{
        padding: 10px 10px 0;
    }
    .pro-list li .ax-title{
        height: 30px;
        line-height: 30px;
    }
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999999;
}


svg.menu-svg {
    width: 160px;
    height: 160px;
    border-radius: 1px;
    display: block;
    margin: 0 auto;
    stroke-width: 1px;
    stroke-dasharray: 0, 100;

}

svg .st1 {
    fill: #fff;
    stroke: #fff;
    animation: logo-in 4s ease-in-out;
    -moz-animation: logo-in 4s ease-in-out;
    -webkit-animation: logo-in 4s ease-in-out;
    animation-fill-mode: forwards
}

svg .st0, svg .st2 {
    fill: #fff;
    stroke: #fff;
    animation: logo-in2 4s ease-in-out;
    -moz-animation: logo-in2 4s ease-in-out;
    -webkit-animation: logo-in2 4s ease-in-out;
    animation-fill-mode: forwards
}

@keyframes logo-in {
    0% {
        stroke-dasharray: 0, 100;
        left: 100px
    }
    50% {
        stroke-dasharray: 100, 0;
        fill: rgba(230, 33, 41, 0);
    }
    100% {
        stroke-dasharray: 100, 0;
        fill: rgba(230, 33, 41, 1);
        stroke: #e62129;
    }
}

@keyframes logo-in2 {
    0% {
        stroke-dasharray: 0, 100;
        left: 100px
    }
    50% {
        stroke-dasharray: 100, 0;
        fill: rgba(0, 58, 149, 0);
    }
    100% {
        stroke-dasharray: 100, 0;
        fill: rgba(0, 58, 149, 1);
        stroke: #003A95;
    }
}

@-moz-keyframes logo-in {
    0% {
        stroke-dasharray: 0, 100;
    }
    50% {
        stroke-dasharray: 100, 0;
        fill: rgba(230, 33, 41, 0)
    }
    100% {
        stroke-dasharray: 100, 0;
        fill: rgba(230, 33, 41, 1);
        stroke: #e62129;
    }
}

@-webkit-keyframes logo-in {
    0% {
        stroke-dasharray: 0, 100;
    }
    50% {
        stroke-dasharray: 100, 0;
        fill: rgba(230, 33, 41, 0)
    }
    100% {
        stroke-dasharray: 100, 0;
        fill: rgba(230, 33, 41, 1);
        stroke: #e62129;
    }
}